Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 471 Bytes

Bad owner or permissions on .ssh config.md

File metadata and controls

23 lines (15 loc) · 471 Bytes

Bad owner or permissions on .ssh config

问题复现

$ git push origin dev 
Bad owner or permissions on /home/zj/.ssh/config
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

问题解决

参考:Bad owner or permissions on .ssh/config的解决

设置config文件权限为600即可

$ chmod 600 config